home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Online / VImgDec / VImgDec_125.ReadMe next >
Text File  |  2000-05-21  |  1KB  |  37 lines

  1. V³ Image Decoders with F-S Dithering for GIF
  2. --------------------------------------------
  3.  
  4. Update 12.5
  5. -----------
  6. This image decoder updates fix a problem with
  7. PNG tRNS (transparency) and alpha channel images.
  8.  
  9. They also provide numerous low-level optimizations
  10. in the assember subroutines used for chunky2planar
  11. and rgb-tripplet expansion.
  12.  
  13.  
  14. Update 12.1
  15. -----------
  16.  
  17. This is a beta snapshot of the V³ Image Decoders
  18. with support for Floyd-Steinberg Dithering for
  19. rendering GIF images on CLUT (8 bit and less)
  20. screens.
  21.  
  22. To activate the dithering, you need to set the
  23. dithering options in the V³ "Images" pref section
  24. to "Floyd-Steinberg".
  25.  
  26. The dithering implementation uses the real on-screen
  27. RGB palette values to calculate the error values,
  28. similiar to how V³ handles JPEG already, so it does not
  29. rely on ObtainBestPen() and it's inherent relationship
  30. to the phase of the moon or nearby lylines.
  31.  
  32. Individual dithering settings for the various image
  33. types and support for dithering of PNG images will
  34. follow.
  35.  
  36. Olli
  37.